home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: SCREEN.H,v 1.2 1994/02/05 18:45:50 gbj Exp user $
- */
-
- /**************************************************************************
- * 01 Jun 93 1.1 MSM Header added *
- * Snews 2.0 *
- ***************************************************************************/
-
- void v_init(int); /* initialise Bios video package */
-
- extern unsigned char scr_rows;
- extern unsigned char scr_cols;
-
- void textbackground(int newcolour);
- void textcolor(int newcolour);
- void clreol(void);
- void clrscr(void);
- void gotoxy(int x, int y);
- void delline(void);
- void insline(void);
-